All
OLE Messaging Library Objects
All OLE
Messaging Library objects contain the properties Application
All four of
these common properties have read-only access in all objects. Note that for the
Session object, the Parent and Session properties are assigned
the value Nothing. The Session object represents the highest level in
the OLE Messaging Library object hierarchy and has no parent.
To reduce
duplication, the detailed reference for these properties appears only once, in
this section. The following table lists the properties that are common to all
OLE Messaging Library objects and that have the same meaning for all objects.
Properties
Property
name |
Type |
Access |
Application |
String |
Read-only |
Class |
Long |
Read-only |
Parent |
Object |
Read-only |
Session |
Session
object |
Read-only |
Several objects
also have a Type property, but it is not defined for all objects and its
meaning varies depending on the object. The following table summarizes the Type
property.
Object |
Description
of the Type property |
AddressEntry |
The
messaging system: SMTP, FAX, and so on |
Attachment |
The
attachment type: mapiFileData, mapiFileLink, mapiOLE, or
mapiEmbeddedMessage |
Field |
The field
data type: vbInteger, vbLong, and so on |
|
|
|
|
Message |
The MAPI
message class: IPM.Note, and so on |
MessageFilter |
The MAPI
message class: IPM.Note, and so on |
Recipient |
The
recipient type: To, Cc, or Bcc line |
For detailed
information about the Type property, see the reference documentation
within each object.